Debugging with Visual Studio
There are two types of binaries that can be debugged in the RTSS environment.
- RTSS process – the executable code that performs your real-time tasks, which consist of one or more threads.
- RTDLL – a real-time dynamic link library that is loaded by an RTSS application, either implicitly or explicitly.
Before running or debugging any of the programs, ensure that the Real-time Subsystem is running by checking Subsystem status in the RTX64 Control Panel. If you do not start the Subsystem, you may experience a short delay at the start of debugging.
NOTE: The RTX64 Debugger supports relative pathnames.
Topics: